Crate i18n_icu

source ·
Expand description

ICU4X project (maintained by the Unicode Consortium) data provider helper.

The IcuDataProvider type contains a member data_provider holding the ICU4X &DataProvider as a DataProviderWrapper type.

The IcuDataProvider type also contains non-locale based data used within the i18n_lexer crate.

IcuDataProvider type is used within the Rc type as Rc<IcuDataProvider> to prevent unnecessary duplication.

Examples

See various examples of the i18n_lexer, i18n_pattern, and i18n_message crates.

Re-exports

Modules